home *** CD-ROM | disk | FTP | other *** search
/ Minami 49 / MINAMI49.ISO / Varios / Juegos Flash / Plucky's Snowball Bash.exe / scripts / DefineSprite_81 / frame_1 / DoAction.as
Text File  |  2003-04-29  |  145b  |  7 lines

  1. if(getProperty("/1", _currentframe) == "1")
  2. {
  3.    end_time = (random("3") + "1") * "1000";
  4.    start_time = getTimer();
  5.    gotoAndPlay(3);
  6. }
  7.